(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <stdio.h>
#include <aros/bigendianio.h>
#include <proto/alib.h>
void FreeStruct()
SYNOPSIS
APTR data
const IPTR * sd
FUNCTION
Free a structure which was created by ReadStruct().
INPUTS
data
This was returned by ReadStruct() in the dataptr parameter.
non
NULL.
sd
Description of the structure to be read. The first element is the size of the structure.
RESULT
None.
NOTES
EXAMPLE
See
ReadStruct()
BUGS
SEE ALSO
Open()
,
Close()
,
ReadByte()
,
ReadWord()
,
ReadLong()
,
ReadFloat()
,
ReadString()
,
ReadStruct()
,
WriteByte()
,
WriteWord()
,
WriteLong()
,
WriteFloat()
,
WriteDouble()
,
WriteString()
,
WriteStruct()
HISTORY
27.03.1997 ldp
libaros.a -> libarossupport.a